html,
body {
    margin: 0rem;
    padding: 0rem;
    font-size: 1rem;
    /* line-height: 1.5em; */
    overflow-x: hidden;
}


h1{font-size: 36px;}
h2{font-size: 30px;}
h3{font-size: 24px;}
h4{font-size: 18px;}
h5{font-size: 14px;}
h6{font-size: 12px;}

::-webkit-scrollbar {
    width: 5px;
    height: 40rem;
}

::-webkit-scrollbar-track {
    background-color: #eee;
}

::-webkit-scrollbar-thumb {
    background-color: #015196;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #eee
}

::-webkit-scrollbar-thumb:active {
    background-color: #eee
}

ul,
li,
dl,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6,
div,
input,
textarea {
    box-sizing: border-box;
    margin: 0rem;
    padding: 0rem;
}

ul,
li,
dl,
dd {
    list-style: none;
}

.scale-item {
    cursor: pointer;
    transition: all ease-in-out 0.5s;
}

.scale-item:hover {
    transform: scale(1.05);
}

a {
    color: #015196;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.container {
    width: 75rem;
    margin: 0rem auto;
}

.flex {
    display: flex;
    width: 100%;
}

.flex.justify-between {
    justify-content: space-between;
}

.flex.justify-center {
    justify-content: center;
}

.flex.align-center {
    align-items: center;
}

.flex.direction-column {
    flex-direction: column;
}
.flex.wrap{
    flex-wrap: wrap;
}

.w-full {
    width: 100%;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.block {
    display: block;
}

#header .logo img {
    width:700px
}
/********** mobile *********/
.mobile-menu{
    display: none;
}
.footer-mobile {
    display: none;
}
.nav-mobile {
    display: none;
}
/********** mobile end *********/
#header .logo .lang {
    right: 0rem;
    top: 50px;
}
#header .logo .lang a{
    color: #222;
    font-size: 14px;
}

img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.nav {
    width: 100%;
    height: 3.5rem;
    background-color: #015196;
}

.menu {
    display: flex;
    justify-content: space-between;
}

.menu>ul>li {
    width: 7.75rem;
    height: 3.5rem;
    line-height: 3.5rem;
    float: left;
    text-align: center;
    font-size: 1rem;
    position: relative;
}

.menu>ul>li>a {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    color: #fff;
    text-transform: capitalize;
    
}

.menu>ul>li.active,
.nav>ul>li.hover {
    background: #ffab26;
    text-align: center;
}

.menu>ul>li.active>a {
    color: #fff;
}

.menu>ul>li.hover>a {
    color: #fff;
}

.menu>ul>li a:hover {
    background: #ffab26;
    color: #fff;
    text-decoration: none;
}

.menu>ul>li>.sub-nav {
    background: #015196;
    z-index: 3000;
    display: none;
    position: absolute;
    top: 3.5rem;
    left: 0rem;
    width: 10.75rem; 
}

/* .menu > ul > li:nth-child(3) >.sub-nav{ min-width: 180rem; } */
.menu>ul>li>ul>li {
    width: 100%; 
    line-height: 1.55rem;
    border-bottom: solid 1px rgba(0, 0, 0, 0.3);

     
}

.menu>ul>li>.sub-nav a {
    font-size: 0.85rem;
    color: #fff;
    display: block;
    width: 100%; 
    padding: .85rem 0.2rem;
    box-sizing: border-box;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    text-transform: capitalize;
}

.menu>ul>li>.sub-nav a:hover {
    background: #ffab26;
    text-decoration: none;
}

.search {
    height: 3.5rem;
    display: flex;
    align-items: center;
    width: 3.5rem;
    overflow: hidden;
    transition: width ease-in-out 0.3s;
    transform: rotate3d(0deg);
}

.search form {
    display: flex;
    align-items: center;

}

.search .skey {
    width: 10.5rem;
    height: 2.5rem;
    line-height: 1.5rem;
    padding: 0.5rem;
    border: 0rem;
    outline: none;
    background-color: rgba(0, 0, 0, 0.15);
    color: #fff;
    font-size: 0.875rem;
    display: none;
    border-radius: 0.125rem;
}

.search:hover {
    width: 17.1875rem;
    background-color: #ffab26;
    padding-left: 1.25rem;

}

.search:hover .skey {
    display: block;

}

.search:hover .skey::placeholder {
    color: #eee;
}

.search .sbtn {
    background: url(../images/search-icon.png) center center no-repeat;
    background-size: 2rem;
    width: 3.5rem;
    height: 3.5rem;
    border: none;
}

.search .sbtn:hover {
    background-color: #ffab26;
}

.swiper-wrapper img {
    max-width: 100%; 
    display: block;
}

.home-about {
    position: relative;
    width: 100%;
    height: 54.8125rem;
    background: url(../images/home-3.jpg) center top no-repeat;
    background-size: cover;
}
.home-about a{
    color: #fff;
}
.home-about .content {
    top: 0;
    left: 50%;
    margin-left: -37.5rem;
    position: absolute;
    width: 75rem;
}

.home-about .content .t {
    font-size: 2rem;
    margin: 3.125rem 0rem;
    width: 37.5rem;
    text-align: center;
    font-weight: bold;
}

.home-about .content .txt {
    width: 100%;
    background: rgba(6, 68, 202, 0.74) url(../images/bg-logo.png) 3.125rem center no-repeat;
    padding: 2rem 37.5rem 2rem 2rem;
    color: #fff;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 45.3125rem;
}

.home-about .content .txt p {
    text-indent: 2em;
    font-size: 1.125rem;
    margin: 0rem 0rem 1rem 0rem;
    line-height: 1.8em;
}

.index-about-img {
    position: absolute;
    width: 35rem;
    top: 1.25rem;
    right: 1.25rem;
}

.index-about-img-txt {
    text-align: center;
    color: #fff;
    letter-spacing: 0.625rem;
    font-size: 1.125rem;
    margin-top: 1.125rem;
}
.video-nn {
    height: 100%;
    background: url(../images/video-bg.jpg) no-repeat;
    background-size: cover;
}
.home-reason{
    overflow: hidden; 
    background-size: cover;
    min-height: 550px;
}
.home-reason .content {
    position: absolute;
    top: 8.875rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
}

.home-reason .content .even {
    margin-top: 4.6875rem;
}

.home-reason-item {
    margin-right: 50px;
}

.home-reason-item:last-child {
    margin-right: 0px;
}

.home-reason-video {
    width: 100%;
    height: 800px;
    overflow: hidden; 
    background-size: cover;
   
}
.home-reason-t
{
    font-size: 60px;
    color: #15497a;
    text-align: center;
    margin-top: 46px;
}
.home-reason-video .video {

    width: 1200px; 
    /* background-color: #000; */
    margin: 0px auto;
    height: 800px;
    overflow: hidden; 
    top: 0;
    overflow: hidden;
}

.home-p-nav {
    width: 100%;
    height: 540px;
    background: url(../images/home-8.jpg) no-repeat;
    background-size: cover;

    /* padding: 7rem 7.5rem 0px 7.5rem; */
    overflow: hidden;
}

.home-p-nav .title {
    color: #15497a;
    text-align: center;
    margin-top: 120px;
}

.home-p-nav .title h2 {
    font-size: 2.5rem;
}

.home-p-nav .title h4 {
    font-size: 0.875rem;
    margin-top: 1rem;
}

.home-p-nav .imgs {
    display: flex;
}

.home-p {
    width:100%;
    height: 57.5625rem;
    background: url(../images/home-9.jpg) no-repeat;
    background-size: contain;
    overflow: hidden;
}
.home-p .container {
    background: url(../images/p-bg.jpg) center top no-repeat;
    background-size: cover;
}
.home-p-t {
    width: 74.375rem;
    height: 50.0625rem;
    background: url(../images/home-bp-bg.jpg) no-repeat;
    background-size: cover;
    margin: 7.5rem auto 0px auto;
    display: flex;
}
.home-p-t img {
    width: 31.9375rem;
}
.home-p-t-con {
    margin: 14.25rem 11.25rem 0px 1rem;
    max-width: 600px;
}
.home-p-t-title {
    line-height: 1.875rem;
    background-color: #e96f02; 
    color: #fff;
    padding: 0.5rem;
    min-height: 3.5rem;
    display: flex;
    align-items: center;
    font-size: 1.5rem;
}
.home-p-t-title a {
    color: #fff;
}
.home-p-t-summary pre {
    text-indent: 0px;
    line-height: 3em;
    white-space: pre-wrap;
}
.home-p-b-item {
    width: 36.25rem;
    height: 35rem;
    background: #ececec url(../images/p2-bg.jpg) no-repeat;
    background-size: contain;
    position: relative;
}
.home-p-b{
    width: 100%;
    height: 40.4375rem;
    background: url(../images/home-10.jpg) no-repeat;
    background-size: contain;
}
.home-p-b-con {
    display: flex;
    justify-content: space-between;
    padding-top: 2.5rem;
}
.home-p-b-item .img {
    width: 100%;
    height: 25.1875rem;
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    height: 23rem
}

.home-p-b-item-t {
    position: absolute;
    bottom:1.25rem;
    background-color: #e96f02; 
    padding: 0.625rem;
    font-size: 1.875rem;
    text-align: center;
     width: 22.875rem; 
    line-height: 1.60em;
    left: 50%;
    transform: translateX(-50%);
}
.home-p-b-item-t a{
    color: #fff;
    
}

.home-news {
    width: 100%;
    height:41.75rem;
    background: #f4f4f4;
    overflow: hidden;
}

.home-news-t {
    color: #015196;
    text-align: center;
    text-transform: uppercase;
}
.home-news-t h2{
    font-size: 2.5rem;
    margin-top: 3.75rem;
}
.home-news-t h4 {
    font-size: 0.75rem;
    margin-top: 1.3rem;
    font-weight: 500;
}

.tabs {
    margin-top: 3.5rem;
    display: flex;
    justify-content: center;
}
.tabs .tab {
    width: 12.5rem;
    height: 2.875rem;
    line-height: 2.875rem;
    margin: 0px 2rem;
    background-color: #fff;
    text-align: center;
    transform: skewX(-30deg);
    font-size: 1.375rem;
    cursor: default;
}
.tabs .tab.active {
    background-color: #015196;
    color: #fff;
}
.tabs .tab span {
    display: block;
    transform: skewX(30deg);
}
.news-tab-content{
    margin-top: 4rem;
}
.news-tab-content-item {
    display: flex;

}
.news-tab-content-item .thumb {
    width: 33.625rem;
    height: 20.375rem;
    /* background-color: #e96f02; */
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.news-tab-content-item .thumb .thumb-t{
    height: 56px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.35);
    left: 0;
    bottom: 0;
    color: #fff;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    align-items: center;
}
.news-tab-content-item .thumb .thumb-t a{
    color: #fff;
    display: block; 
    color: #fff;
}
.news-tab-content-item .thumb span{ 
    white-space: nowrap;
}
.news-tab-content-item img {
    height: 20.375rem;
    max-height: 20.375rem;
}
.news-tab-content-item-list{
    margin-left: 3rem;
    width: 612px;

}
.news-tab-content-item-list .date {
    width:60px;
    height: 60px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    color: #666666;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}
.news-tab-content-item-list .date .d {
    font-size: 24px;
    font-weight: bold; 
}
.news-tab-content-item-list .date .m {
    font-size: 0.75rem; 
    transform: scale(0.7); 
    white-space: nowrap;
}
.news-tab-content-item-list ul{
    height: 100%; 
}
.news-tab-content-item-list li {
    display: flex;
    margin-top: 20px;
}
/* .news-tab-content-item-list li h4 {
    margin-top: 0.5rem;
} */
.news-tab-content-item-list li p{
    margin-top: 10px;
    color: #666;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 550px;

}

.footer {
    background-color: #232224;
    color: #fff;
    font-size: 14px;
    padding: 30px 0px;

}
.footer .l p {
    margin-bottom: 10px;
}
.footer a {
    color: #fff;
}
.footer .container {
    display: flex;
    justify-content: space-between;
}
.footer .m {
    padding-top: 65px;
    margin-top: 30px;
}
.footer .m p{
    line-height: 1.2em;
    padding: 0.5em 0;

}
.footer .m a{
    color: #fff;
}
.footer .m1{
    background: url(../images/home-10-21.jpg) no-repeat;
}
.footer .m2{
    background: url(../images/home-11.jpg) no-repeat;
}
.footer .r{
    width:90px;
    color: #fff;
    margin-top: 120px;
}
.bottom-bar {
    background-color: #3e3e3e;
    color: #fff;
    border-top: solid 1px #fff;
}
.bottom-bar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bottom-bar .container  a{
    color: #fff;
}

/*侧滑 start*/
/* .side{position:fixed;width:74px;height:296px;right:0;top:214px;z-index:100;overflow:visible;zoom:0.7;}
.side ul { overflow:visible}
.side ul li{width:74px;height:74px;float:left;position:relative;border-bottom:1px solid #065a9e;overflow:visible}
.side ul li .sidebox{position:absolute;width:74px;height:74px;top:0;right:0;transition:all 0.3s;background:#046cc1;opacity:0.8;filter:Alpha(opacity=80);color:#fff;font:14px/74px "微软雅黑";overflow:hidden;}
.side ul li .sidetop{width:74px;height:74px;line-height:74px;display:inline-block;background:#046cc1;transition:all 0.3s;opacity:0.8;filter:Alpha(opacity=80);}
.side ul li .sidetop:hover{background:#f8b605;}
.side ul li img{float:left;} */

.weixin{cursor:pointer;overflow:visible;background:url("../images/side_icon02.png");background-color:#046cc1;opacity:0.8;filter:Alpha(opacity=80);}
.weixin .floating_left{position:absolute;width:160px;height:160px;top:-25px;left:-160px;background-color:#f8b605;opacity:1;filter:Alpha(opacity=100);display:none;overflow:hidden}
.weixin .floating_left i{width:145px;height:145px;background:url("../images/qrcode1.png");display:block;margin:auto;margin-top:7px;background-size:100%}
/* .weixin .floating_left i1{width:145px;height:145px;background:url("../images/qr_code2.jpg");display:block;margin:auto;margin-top:7px;background-size:100%} */
.weixin:hover{background:url("../images/side_icon02.png");background-color:#f8b605;opacity:1;filter:Alpha(opacity=100);}
.weixin:hover .floating_left{ display:block;cursor:default}

.weixin2{cursor:pointer;overflow:visible;background:url("../images/side_icon06.png");background-color:#046cc1;opacity:0.8;filter:Alpha(opacity=80);}
.weixin2 .floating_left{position:absolute;width:160px;height:225px;top:-126px;left:-160px;background-color:#f8b605;opacity:1;filter:Alpha(opacity=100);display:none;overflow:hidden}
.weixin2 .floating_left i{width:145px;height:145px;background:url("../images/qrcode1.png");display:block;margin:auto;margin-top:7px;background-size:100%}
.weixin2 .floating_left p{color:#fff;margin:5px 10px;}
.weixin2 .floating_left .qrcord{font-size:16px;}
.weixin2:hover{background:url("../images/side_icon06.png");background-color:#f8b605;opacity:1;filter:Alpha(opacity=100);}
.weixin2:hover .floating_left{ display:block;cursor:default}
/*侧滑 end*/
.brumb {
    width: 100%;
    background-color: #cfcfcf;
    height: 46px;
    text-transform: capitalize;
}
.brumb-container {
    height: 46px;
    display: flex;
    justify-content: space-between;
}
.brumb-container-link-tab {
    display: flex;
    align-items: center;
    height: 46px;
}
.brumb-container-link-tab a{
    margin-right: 10px;
}
.brumb-container-link-tab a.active,.brumb-container-link-tab a:hover {
    color: #0099ff;
    border-bottom: solid 2px #0099ff;
    line-height: 1.6em;
    text-decoration: none;
}
.brumb-container-link {
    height: 46px;
    line-height: 46px;
    background:url(../images/position.png) left center no-repeat;
    text-indent: 30px;
}
.brumb-container a{
    color: #222;
}
.about-text {
    margin-left: 30px;
}
.about-text p {
    margin: 15px;
}
.about-main {
    margin: 30px 0px;
}
.about-cert{
    width: 100%;
    background:#eee url(../images/about-cer-bg.jpg) repeat-x;
    padding: 34px 0px 40px;
    background-size: contain;
}
.about-cert .cert {
    width: 20%;
}
.news-container {
    padding: 20px 0px;
}

.news-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0px 20px;
}
.news-thumb {
    width: 47%;
    height: 326px; 
    position: relative;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.news-thumb .thumb-t{
    height: 56px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.35);
    left: 0;
    bottom: 0;
    color: #fff;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    align-items: center;
}
.news-thumb .thumb-t a{
    color: #fff;
    display: block; 
    color: #fff;
    flex-grow: 1;
}
.news-thumb span{ 
    white-space: nowrap;
}

.contact-container {
    margin: 20px 0px;
}
.contact-side {
    width: 365px;
    
}
.contact-side-panel2 {
    margin-top: 20px;
}
.contact-side-panel-head {
    height: 70px;
    background-color: #1e9bde;
    color: #fff;
    font-size: 18px;
    line-height: 70px;
    padding-left: 30px;
    text-transform: uppercase;
}
.contact-side-panel-body p {
    border-bottom: solid 1px #dbdbdb; 
    line-height: 30px;
    padding: 15px 30px;
    color: #10357f;
}
.contact-side-panel-body p a{ 
    color: #10357f;
    text-transform: capitalize;
}

.product-side {
    width: 324px;
    height: auto;
    border: solid 1px #00376d;
}
.product-side-t {
    height: 48px;
    color: #fff;
    padding-left: 30px;
    background: #00376d;
    line-height: 48px;
    
}
.product-side ul{
    padding: 10px 0;
}
.product-side li {
    height: 40px;
    line-height: 40px;
    padding-left: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 30px;
}
.product-side li::after {
    content: '';
    display: block;  
    border: 6px solid transparent;
    border-top: solid 8px #00376d;
}
.p-list {
    width: 846px;
}
.p-list ul {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    
}
.p-list ul li {
    margin:0px 0px 20px 3%;
    width: 30%;

    border: solid 1px #9d9d9d;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-list ul li img {
    max-height: 250px;
}
.p-list ul li:hover .p-list-li-t{
    transform: translateY(0);
    transition: all ease 0.34s;
}
.p-list-li-t {
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top:0;
    background-color:rgba(255, 171, 38, 0.86);
    align-items: center;
    justify-content: center;
    padding:10px;
    box-sizing: border-box;
    transform: translateY(101%);
}
.p-list-li-t   {
    color: #fff;
}
/*分页*/
#page a{
    box-sizing: border-box;
    font-size:14px;
}
#page {
	width:100%;
	text-align:center;
	height:30px;
	line-height:30px;
	margin-top:30px;
	padding:5px 0px;
}
#page A {
	border: #1d78c0 1px solid;
	padding:2px 5px 1px 5px;
	margin:5px;
	text-decoration:none;
}
#page A:hover {
	border:#1d78c0 1px solid;
	padding:2px 5px 1px 5px;
	margin:5px;
	background:#1d78c0;
	color:#fff;
	text-decoration:none;
}
#page A:active {
	border:1px #1d78c0 solid;
	padding:2px 5px 1px 5px;
	margin:5px;
}
#page a.active {
	border:1px #1d78c0 solid;
	padding:2px 5px 1px 5px;
	margin:5px;
	background:#1d78c0;
	color:#fff; 
}
#page SPAN.current {
	border:1px #1d78c0 solid;
	padding:2px 5px 1px 5px;
	margin:5px;
	background:#1d78c0;
	color:#fff; 
}
#page SPAN.disabled {
	border:1px #ccc solid;
    padding:2px 5px 1px 5px;
	color:#ccc;
}

.p-slider {
    width: 550px;
}
.p-slider .big-p-ppp {
    width: 550px;
    height: 550px;
    border: solid 1px #a2a2a2;
}
.p-slider .big-p {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.s-p {
    border: solid 1px #a2a2a2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.s-p-ppp {
    margin-top: 10px;
}
.p-slider .swiper-button-next {
    color: #333;
}
.p-slider .swiper-button-prev {
    color: #333;;
}
.p-slider .swiper-button-next-small {
    color: #333;
    font-size: 14px;
}
.product-detail { 
    margin:0px auto;
    display: flex;
}
.p-slider-right {
    margin-left: 40px;
}
.p-slider-right h1 {
    font-size: 36px;
    margin-top: 10px;
}
.p-slider-right p{
    margin-top: 30px;
}
.p-slider-right .btn-me{
    width: 166px;
    height: 44px;
    background-color: #0099ff;
    border-radius: 5px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    display: block;
    margin-top: 20px;
}
.p-slider-right .share{
    margin-top: 20px;
}

.product-tab {overflow: hidden;background:#fff;margin-top: 50px; }
.product-tab ul{border-left: solid 1px #aaa;height:33px;}
.product-tab li{height:33px; line-height: 30px;background:#fff; text-align: center;padding:0px 30px;float:left;cursor: default;width:141px;border-right: solid 1px #aaa;border-top: solid 1px #aaa;border-bottom: solid 1px #aaa;}
.product-tab li.active{background:#4f6591;color:#fff;}

.product-detail-main{ 
    margin:0px auto;}
.product-content{
    margin-top: 20px;
}
 
.product-detail-wrapper {
    background: url(../images/show-bg.jpg)  no-repeat;
     
    margin: 20px auto; 
    background-size: 100%;
}

.tit {
    padding-bottom: 10px;
    border-bottom: solid 1px #ddd;
    text-align: left;
    margin: 20px auto;
    text-align: center;
  }
  .entry-title {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.5em;
    color: #333;
    overflow: hidden;
    margin: 10px 0px;
    padding: 0px;
  }
  .tit .iititle {
    color: #999;
  }
  .tit .iititle a {
    color: #999;
  }
  .tit .iititle {
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    margin-top: 6px;
  }
  .tit .iititle span {
    margin-right: 20px;
  }
  .tit .iititle i {
    margin-right: 5px;
    font-size: 14px;
  }
  .tit #hits {
    font-style: normal;
    margin-left: 5px;
  }
  .about-article { 
    line-height: 1.8em;
    font-size: 16px;
  }
  .about-article p {
    margin: 10px 0px;
    text-indent: 2em;
  }
  .about-article img {
    max-width: 100%;
    max-height: 100%;
  }
  .prevnext {
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }
  .prevnext p {
    width: 50%;
    float: left;
  }
  .prevnext .pre {
    text-align: left;
  }
  .prevnext .next {
    text-align: right;
  }
  .map {
      flex-grow: 1;
      margin-left: 50px;
  }

  .page-show {
      width: 100%;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin: 20px 0px;
  }
  .page-r {
    width: calc(100% - 415px)
  }
  .text-center {
      text-align: center;
  }
  .guestbook {
    margin: 20px 0px;
  }
  .guestbook-row {
    display: flex;
    margin-bottom: 20px;
    position: relative;
  }
  .guestbook-row .label {
    width: 100px;
    line-height: 38px;
    position: absolute;
    left: 1px;
    top: 1px;
    text-align: center;
    color: #999;
  }
  .guestbook-row .label::after {
    content: '';
    position: absolute;
    right: 0px;
    top: 5px;
    height: 28px;
    width: 1px;
    display: block;
    border-right: dashed 1px #eaeaea;
  }
  .guestbook-row .control {
    flex: 1;
  }
  input,textarea{outline: none;}
  .guestbook-row .input-control {
    border: solid 1px #e8e8e8;
    border-radius: 0px;
    padding: 10px;
    height: 40px;
    line-height: 20px;
    text-indent: 100px;
    box-sizing: border-box;
    width: 100%;
  }
  .guestbook-row .textarea-control {
    border: solid 1px #e8e8e8;
    border-radius: 0px;
    padding: 10px;
    line-height: 20px;
    box-sizing: border-box;
    width: 100%;
  }
  .guestbook-submit {
    text-align: center;
  }
  .guestbook-submit .but_camera {
    padding: 10px 70px;
  }
  .guestbook-row.verify-code {
    border: solid 1px #e8e8e8;
    border-radius: 0px;
    padding: 10px;
    height: 40px;
    line-height: 20px;
    box-sizing: border-box;
    width: 100%;
  }
  .guestbook-row.verify-code .control {
    padding-left: 100px;
    display: flex;
    align-items: center;
  }
  .guestbook-row.verify-code .control img {margin-right: 10px;max-height: 80px;}
  .guestbook-row.verify-code .input-control{border-left: none;border-right: none;}
  .footer-qrcode p {
    margin-bottom: 10px;
  }
  .change-txt{
      font-size: 14px;
      white-space: nowrap;
  }

  .but_camera {
    padding: 20px 22px;
    margin: 0px 0px 0px 0px;
    background: #1e9bde;
    border-bottom: 1px solid #909090;
    border: 0px;
    color: #fff;
    font-size: 18px;
    border-radius: 4px;
    transition: all ease .4s;
}
.but_camera:hover {
    background-color: #007fcc;
}
.error {
    color: #f20;
}

div.side{
    width:159px;
    height: auto;
    border: solid 1px #333;
    position: fixed;
    top:50%;
    right: 0;
    transform: translateY(-50%);
    background: #333;
    z-index: 9999999;
}
.side .side-logo {
    width: 157px;
    height: 119px;
    background: url(../images/side-logo.jpg) no-repeat;
    border-bottom: solid 1px #333;
}
.side .side-weixin {
    width: 157px;
    height: 119px;
    background: url(../images/side-weixin.jpg) no-repeat;
    cursor: pointer;
    position: relative;
}
.side .side-qq {
    width: 157px;
    height: 119px;
    background: url(../images/side-qq.jpg) no-repeat;
    cursor: pointer;
    position: relative;
}
.side .side-tel {
    width: 157px;
    height: 171px;
    background: url(../images/side-tel.jpg) no-repeat;
}
.side .side-back {
    border-top: solid 1px #fff;
    width: 157px;
    height: 52px;
    background: url(../images/side-back.jpg) no-repeat;
    cursor: pointer;
}
.side-weixin-content {
    position: absolute;
    width: 0px;
    height: 118px; 
    background:#fff url(../images/qrcode1.png) center center no-repeat;
    background-size: contain;
    right: 157px;
    top: 0px;
    transition: width ease 0.35s;
    z-index: -1;
}
.side .side-weixin:hover .side-weixin-content {
    width: 118px;
}

.side-qq-content {
    width: 200px;
    height: 118px;
    background-color: #fff;
    position: absolute;
    right:157px;
    top:0;
    display: flex;
    align-items: center;
    font-size: 24px;
}
.bg-water {
    background: url(../images/show-bg.jpg)  no-repeat;
      
    background-size: 100%;
}
.wj {
    flex-grow: 1;
    padding-left: 150px;
}
.tj {
    margin-right: 20px;
}